バージョン

Notifier(NotifierModel,IDictionary<String,Object>) メソッド

指定された notifier モデルと html 属性で notifier を描画します。
シンタックス
'宣言
 
Public Overloads Function Notifier( _
   ByVal notifierModel As NotifierModel, _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString Notifier( 
   NotifierModel notifierModel,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

パラメータ

notifierModel
notifier モデル。
htmlAttributes
HTML 属性。
参照

オンラインで表示: GitHub